From: Jim Blandy Date: Tue, 2 Mar 1993 08:28:38 +0000 (+0000) Subject: * make-dist: Don't try to copy the COPYING notice into X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~97063 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5b2468369d5c4ac2a8fade3cac74c06115c86131;p=emacs.git * make-dist: Don't try to copy the COPYING notice into external-lisp; we're not distributing that directory any more. --- diff --git a/make-dist b/make-dist index 78c834fa711..90fce0f53d4 100755 --- a/make-dist +++ b/make-dist @@ -231,7 +231,9 @@ echo "Making links to \`vms'." echo "Making sure copying notices are all copies of \`etc/COPYING'." rm -f ${tempdir}/etc/COPYING cp etc/COPYING ${tempdir}/etc/COPYING -for subdir in lisp external-lisp src lib-src info shortnames; do +# I think we're not going to distribute anything in external-lisp, so +# I've removed it from this list. +for subdir in lisp src lib-src info shortnames; do if [ -f ${tempdir}/${subdir}/COPYING ]; then rm ${tempdir}/${subdir}/COPYING fi